/* بسم الله الرحمن الرحيم  */
*{
padding: 0px;
margin: 0px;
font-family: system-ui, "-apple-system, BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
font-weight: 500;
font-style: normal;
}
html{
    scroll-behavior: smooth;
}

body{
    height: 100vh;
    overflow-x: hidden;    
}


#main{
    max-width: 1200px;
    margin: 0 auto;
 
}
nav #list li a{
    color: #f0bb0c;
    font-size: 20px;
    font-weight: 600;
}
nav #list li a:hover{
    border-bottom:1px solid #f0bb0c ;
}

nav .call-nav {
    padding: 10px;
}
nav .call-nav i{
    color: #f0bb0c;
    font-size: 50px;
}

/* privet section start  */

#privet{
    padding: 3rem 0 5rem ;
    border-bottom: 1px solid #f0bb0c;


}
#privet .image img{
    width: 100%;
}
#privet #information{
    padding: 3rem 0;
}
#privet #information h1{
    color: #f0bb0c;
    font-weight: 700;
}
#privet #information p{
    color: rgb(12, 12, 114);
}
#privet #information button{

    padding: 15px 25px;
    border: none;
background:rgb(9, 9, 112); 
    border-radius: 20px;
    text-transform: capitalize;
     display: block;
    margin: 0 auto;
    font-weight: 600;
    transition:all 0.5s;
    color: white;
}

#privet #information  button:hover{
    background: #f0bb0c;

}

#privet-information{
    width: 100%;
    overflow: hidden;
}

.title-information{
    padding: 2rem 0;
    margin-bottom: 2rem;
}

#privet-information h1,h2,h3{
    font-weight: 700;
    color: #f0bb0c;
}

#list-information{

box-shadow: 2px 2px 3px 3px #07097c;
padding: 2rem 2rem;

}

#list-information ul li {
    color: #07097c;
}

#privet-information button{
    padding: 15px 25px;
    border: none;
    background:rgb(9, 9, 112); 
     border-radius: 20px;
    text-transform: capitalize;
     display: block;
     margin: 0 auto;    
    font-weight: 600;
    transition:all 0.5s;
    color: white;
    margin-top: 10px;
}
#privet-information button:hover{
    background: #f0bb0c;
}

/* privet section end */

/* footer section start  */
#footer{
    padding: 4rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    color: blueviolet;
    
}
#footer .footer-image{
    padding: 3rem 0;
        border-top: 1px solid #f0bb0c;

}
#footer .footer-image img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #f0bb0c;
}
#footer .footer-image p{
    color: rgb(9, 9, 112);
    text-align: center;
    margin-top:15px ;
    font-size: 20px;
    
}
#footer .footer-contact{
    padding-top:2rem ;
}

#footer .footer-contact p i{
    font-size: 26px;
  color: #F0BE13;
}

#footer .footer-contact p a{
text-decoration: none;
  font-size: 18px;
    font-weight: 500;
}
#footer .footer-link ul{
    list-style: none;  
}

#footer .footer-link ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
display: inline-block;
margin-top: 10px;
}

#footer .footer-sosial-icons{
    padding: 2rem 0;
    text-align: center;
}

#footer .footer-sosial-icons p{
    display: inline-block;
    margin-right: 15px;
    border:1px solid #F0BE13;
    border-radius: 50%;
    padding: 10px; 
    cursor: pointer;  
    transition:all ease 0.5s;
}

#footer .footer-sosial-icons p:hover{
background:blueviolet;

}

#footer .footer-sosial-icons p i{
    font-size: 24px;
    color: #F0BE13;
}
.whatsapp-amovita{
    width: 100px;
    position: fixed;
    top: 170px;
    left: 10px;                   
    animation: amovita 3s infinite ease-in-out;
 
}


@keyframes amovita {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.10); }
  100% { transform: scale(0.8); }
}

/* footer section end*/